home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / arrays / vsflex / calendar.frm (.txt) next >
Encoding:
Visual Basic Form  |  1995-05-16  |  3.5 KB  |  99 lines

  1. Calendar
  2. Form1
  3. Form15G
  4. Command4
  5. Command3
  6. Last Month
  7. Command2
  8. Next Month
  9. Command1
  10. This Month
  11. Picture1
  12. VSGrid
  13. Label1
  14. Label1
  15. Times New Roman
  16.     Form_Load
  17. any_calL
  18. AnyDateNum
  19. grid1
  20. YearN
  21. MonthN'
  22. Serial1w
  23. Serial2
  24. numdays
  25.     DayOffSet
  26. FontBold
  27. FontSize
  28. FontItalic
  29. FontName@
  30. BorderStylej
  31.     FiveWeeks
  32.     CellAlign
  33. serial
  34. tempm
  35. check_date
  36. CurrentX
  37. CurrentY
  38. Width
  39. Height
  40. CellBackColor
  41.     ForeColor
  42.     BackColor
  43. CellPicture
  44. Image4
  45. CellPictureAlignL
  46. Caption
  47. vsindextab1
  48. CurrTab
  49.     Any_Month
  50. picture1
  51. calendar
  52. Form_Painti
  53.     FixedRows
  54. ColWidth
  55. NumOf
  56.     RowHeight
  57. TopRow
  58. AnyDate
  59. YearNum
  60. MonthNum
  61. FirstOfMonth
  62. FirstOfNextMonth
  63. DateOffSet(
  64. Command1_Click
  65. NewDateNum
  66. TempDate:
  67. Command2_ClickW
  68. Command3_Click
  69. current
  70. Command4_Click
  71. label1
  72. Any_Month
  73. Remember this date for future reference
  74. Clear off the grid
  75. Add the Day Headings at the tope
  76. Sunday
  77. Monday
  78. Tuesday
  79. Wednesday
  80. Thursday
  81. Friday
  82. Saturday
  83. Basic Date Math to calculate view
  84. put the datenumbers into the cells
  85. Times New Roman
  86. check to see if the month uses 5 or 6 weeks to display
  87. this is where you can place data in the cells)
  88. current# = DateSerial(YearNum, MonthNum, i%)
  89. temp$ = check_date(current#)
  90. cal.Text = temp$ i
  91. do something special on todays dateM
  92. MMMM YYYY
  93. resize the grid cells so that it all fits on the formy
  94. Command1_Click
  95. Command2_Click
  96. Command3_Click
  97. Command4_Click
  98. Form_Load
  99.